* {
    box-sizing: border-box;
    margin: 0;
	padding: 0;
	 /* outline: 2px solid black; */
}

html,
body
{
    margin: 0;
	padding: 0;
}

.group:before,
.group:after {
	content: " ";
	display: table;
}
.group:after {
	clear: both;
}
.group { *zoom: 1;
}

/*
  .centrov {
	  margin: 0 auto;
   }  */

  body {
	background-color: #f7f7f7;
    font-family: "Arial", sans-serif;
	padding-top: 35px;
  }
  
  h1, h2, h3 {
	  margin-top: 0px;
	  margin-bottom: 30px;
  }

  p {
	  color: #999;
	  line-height: 28px;
	  margin-bottom: 50px;
  }  

  nav {
	  background-color: rgb(255,255,255);
	  background-color: rgba(255,255,255, 0.55);
	  height: 75px;  /*60px;*/
  }
  
  nav ul {
    float: right;
  }

  nav li {
    display: inline-block;
  }

  nav a {
	display: inline-block;
    padding: 29px 35px;
    color: black;
    text-decoration: none;
  }

   .selected,
   nav a:hover {
	background-color: rgb(68,125,204);  /*#00a;*/
    color: white;
  }
 
  main {
	  margin: 0 auto;
      width: 1200px; /*1100px;*/
	  height: auto;
	  background-color: #fff;
  }
  
  /*--------*/
  #s1 {
	  /*background-image: url("../parts/obr2.jpg");*/
	  background-image: url('../parts/obr2.jpg');
      background-repeat: no-repeat;
	  background-size: 100%;
	  background-position: 0px 0px; /*-225px;*/

	  height: 380px;  /*400px; */
  }

  #s1 .fy_name {
      font-size: 28px; /*40px;*/
	  font-weight: bold;
	  display: inline-block;
	  margin: 22px 30px 0px;
	  color: rgb(68,125,204);
  } 
  
  #s1d1 {
	 margin-top: 70px;  /*120px;*/
     text-align: center;
	 color: white;
  }

  #s1d1 h1 {
	  font-size: 45px;
	  font-weight: bold;
  } 
  
  #s1d1 h3 {
      font-style: italic;
      font-weight: normal;
  }
  
  #s1d1 p {
	  color: #fff;
  }  
  
  /*---*/
  /*
  .dropdown {
    float: left;
    overflow: hidden;
  } 
  */

  .dropdown .dropbtn {
	/*   
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
	*/
    background-color: inherit;
	/*
    font-family: inherit;
    margin: 0;
	*/
  }
  
  .dropdown:hover .dropbtn {
    background-color: red;
  }
  
  .dropdown-content {
    display: none;      /*defaul zhasnuty*/
    position: absolute;
    min-width: 195px; /*122px;*/
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align: center;
  }

  .dropdown-content a {
    /*float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
	*/
    display: block;
	/*
    text-align: left;
	*/
  }

  /* 
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  */
  .dropdown:hover .dropdown-content {
    display: block;   /*zobrazit*/
  }

  
  /*--------*/
  #s2 {
	margin: 55px 80px 0px 80px; /*A)*/  
    /* padding: 55px 80px 0px 80px;  */ /*B)*/ 
	/* text-align: center; */
  }

  #s2 h2 {
	text-align: center;
    padding-bottom: 10px;
	border-bottom: 1px solid rgb(68,125,204);
    /*margin-bottom: 14px;*/
  }
    
  /*--------*/
  #s3 {
	margin: 0px 80px 0px 80px;   /*A)*/
	/*padding: 0px 80px 0px 60px;*/  /*B)*/
  }

  #s3 .contbox {
	  /* border: 2px solid #0f0; */
	  /* margin-bottom: 50px; */
	  padding: 15px 15px 25px 0px;
	  width: 49.75%;
	  display: inline-block;
   }

  #s3 .contbox  img {
	  float: left; 
	  margin-left: 20px;
	  display: inline-block;
   }

  #s3 .contbox  .sub-contbox-right 
   {
	  /* border:2px solid #0f0; */
	  float: right; 
	  display: inline-block;
	  width: 78%; /*80%;*/
   }

  #s3 .contbox  h3 
   {
      /* font-size: 10px;  */
	  /* line-height: 23px; */
	  padding-bottom: 10px;
	  border-bottom: 1px solid rgb(68,125,204);
      margin-bottom: 14px;  /*4px;	  */
  }

  #s3 .contbox  p 
   {
      font-size: 14px;  /*10px; */
	  line-height: 23px;
      margin-bottom: 0px;	  
  }
   
  .gray {
	background-color: #f7f7f7;
  }
  
  .btnlike {
	  color: #fff;
	  background-color: rgb(68,125,204);
  	  width: 200px; 
	  height: 35px;
	  text-decoration: none;
	  /*margin-bottom: 4px;*/
	  /*border-radius: 4%;*/
	  padding-top: 8px;
	  font-size: 14px;
	  /*font-weight: bold;*/
	  display: inline-block;
	  text-align: center;
	  float: right;
  }
  
  .btnlike:hover {
	background-color: #202020;
    color: white;
  }
     
  /*--------*/
  footer {
	  background-color: #222;
	  color: #858484;
	  padding-top: 22px;
	  /*height: 200px;*/
	  text-align: center;
  }
  
  footer li {
    display: inline-block;
	/*background-color: #F00;*/
	width: 290px;
  }

  footer a {
	display: inline-block;
	/*background-color: #0F0;*/
    padding: 10px 35px;
    color: white;
    text-decoration: none;
  }
  
